From: Richard M. Stallman Date: Sat, 28 Sep 1996 03:17:21 +0000 (+0000) Subject: Add `provide' call. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82713 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=86175613eacc61c217599d94503a3bcd0354f183;p=emacs.git Add `provide' call. --- diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 42353d559ab..e800b86058a 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -723,4 +723,7 @@ With argument, repeat that many times; negative args move backward." (perl-beginning-of-function) (backward-paragraph)) -;;;;;;;; That's all, folks! ;;;;;;;;; +(provide 'perl-mode) + +;;; perl-mode.el ends here +